home *** CD-ROM | disk | FTP | other *** search
/ The Mac 13 / the-mac-13.iso / On The Rom / 100 Best Mac CD-ROMs Selection / UNZIP-DEMO / ZIPFILES / man00 / 00016.ls < prev    next >
Encoding:
Text File  |  1995-05-25  |  246 b   |  16 lines

  1. on exitFrame
  2.   global ship
  3.   sound stop 1
  4.   if ship = 1 then
  5.     play frame "shipgo"
  6.   end if
  7.   if the mouseCast <> the castNum of sprite 3 then
  8.     go("loop")
  9.   end if
  10.   if the mouseDown then
  11.     sound stop 1
  12.     go("ap2")
  13.     exit
  14.   end if
  15. end
  16.